home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / bumperball.swf / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  512 b   |  15 lines

  1. versionNo = "v. 1.02";
  2. loadVariables("/highscore/highscore.php",_root);
  3. fscommand("allowscale","false");
  4. fscommand("showmenu","false");
  5. fscommand("fullscreen","false");
  6. GoalSoundVolume = 20;
  7. defaultIntroLoopVolume = 60;
  8. defautlIngameLoopSoundVolume = 25;
  9. soundControlAlpha = 20;
  10. introLoopVolume = _root.defaultIntroLoopVolume;
  11. ingameLoopSoundVolume = defautlIngameLoopSoundVolume;
  12. global_sound = new Sound();
  13. _root.soundControlCounter = 1;
  14. _root.soundControl.alphaTarget = _root.soundControlAlpha;
  15.